'Declaration Public Overloads Sub Load( _ ByVal path As System.String, _ ByVal ParamArray transforms() As BaseTransform _ )
public void Load( System.string path, params BaseTransform[] transforms )
Parameters
- path
- The file path to the image.
- transforms
- The transformation chain for the image that is being loaded.